home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Azureus_2.4.0.2_Win32.setup.exe / ChangeLog.txt < prev    next >
Encoding:
Text File  |  2006-03-16  |  67.2 KB  |  926 lines

  1. AZUREUS CHANGELOG
  2. -----------------
  3.  
  4. 2006.03.16 | Azureus 2.4.0.2
  5.  
  6. FEATURE: Core | Make default recheck behaviour after crash only check pieces active at last save point plus config to revert to old behaviour of checking everything [Parg]
  7. FEATURE: Core | Attempt to repair invalid port #s returned from trackers potentially improving outgoing connection success rate [MjrTom]
  8. FEATURE: UI   | Allow some selection of split data/protocol stats in some views [Parg]
  9.  
  10. CHANGE: Core  | Improved payload data vs. protocol overhead byte accounting [Nolar]
  11. CHANGE: Core  | Remove option to truncate files when setting to do-not-download as too many users confused by this [Parg]
  12. CHANGE: Core  | Pick up alerts raised during closedown and give user chance to see them [Parg]
  13. CHANGE: Core  | Improved optimistic disconnect algorithm in several ways - should speed up single seed torrents [MjrTom]
  14. CHANGE: Core  | Only remove temp files created by Azureus in the "tmp" dir as some users placing files in there [Parg]
  15. CHANGE: Core  | Resumed downloads now placed into queued state rather than started [Parg]
  16. CHANGE: Core  | Improved magnet download potential [Parg]
  17. CHANGE: Plug  | Added vendor id to DHT packets and increased version appropriately [Parg]
  18. CHANGE: Plug  | Warn if UPnP port removal is slow as this can hang AZ closedown [Parg]
  19. CHANGE: UI    | Add NAT Test item to OSX "Azureus" menu [Nolar]
  20. CHANGE: UI    | Filter-as-you-type is now more visible [TuxPaper]
  21. CHANGE: UI    | "Show In Explorer" on a Folder now opens to show what's in the folder [TuxPaper]
  22. CHANGE: UI    | Mr. Slidey formats URLs to clickable links [TuxPaper]
  23. CHANGE: UI    | Language Selection on first visible screen after initial installation [TuxPaper]
  24. CHANGE: UI    | Reduced the # of windows popping up at once on first run after installation [TuxPaper]
  25.  
  26. BUGFIX: Core  | Ensure SO_REUSEADDR is set when binding during NAT test [Nolar]
  27. BUGFIX: Core  | Retain data from terribly slow senders [MjrTom]
  28. BUGFIX: Core  | Fixed a case of potentially becoming uninterested in peers incorrectly [MjrTom]
  29. BUGFIX: Core  | Prevent infinite recursion and breakage of some file systems when moving torrent's data into a folder inside itself [Parg]
  30. BUGFIX: Core  | Improve fingerprint performance of shares [Parg]
  31. BUGFIX: Core  | Prevent reporting of double completion events to tracker under some circumstances [Parg]
  32. BUGFIX: Core  | Ensure DNS timeouts are set as early as possible as they weren't working [Parg]
  33. BUGFIX: Core  | Change per-torrent max peers so that values shown correctly in UI and also allow unlimited override [Parg]
  34. BUGFIX: Core  | Fix bug in crypto stream that could lead to corruption [Parg]
  35. BUGFIX: Core  | Strip unwanted attributes from imported torrents such as "file name" [Parg]
  36. BUGFIX: Core  | Ignore invalid Vivaldi coords that are too small [Parg]
  37. BUGFIX: Core  | Default to trivial url in torrent if it is missing [Parg]
  38. BUGFIX: Core  | Fix initialisation sequence problem that was causing startup errors if config corrupt [Parg]
  39. BUGFIX: Core  | Apply correct permissions when updated to Windows prog dir to fix multi-user problems on update [Parg]
  40. BUGFIX: Core  | Downloads stopped during seeding recheck sometimes came back as 99.x% complete [Parg]
  41. BUGFIX: Core  | Fix up timers on clock change to ensure announce and scrape work ok (amongst others) [Parg]
  42. BUGFIX: Plug  | Column dispose listener wasn't being called when there was no cell dispose listener [TuxPaper]
  43. BUGFIX: UI    | Fixed window size/position not always being saved [TuxPaper]
  44. BUGFIX: UI    | Fix default language: Use same language from diff. country when user's lang/country doesn't exist [TuxPaper]
  45. BUGFIX: UI    | Fixed new table rows getting last graphic cell's image [TuxPaper]
  46. BUGFIX: UI    | Column sort is now case-insensitive (again) for text columns [TuxPaper]
  47. BUGFIX: UI    | Fix number display Seeds2Peer column (when radio is really small) [TuxPaper]
  48. BUGFIX: UI    | Fixed Drag and Drop.  Should work in Windows and Linux. [TuxPaper]
  49. BUGFIX: UI    | Mr. Slidey no longer slides from (on slide-in) or onto (on slide-out) a different monitor [TuxPaper]
  50.  
  51.  
  52.  
  53.  
  54. 2006.02.11 | Azureus 2.4.0.0
  55.  
  56. FEATURE: Core | Logging seperated into sections [TuxPaper]
  57. FEATURE: Core | Plugins can be disabled from starting up [TuxPaper]
  58. FEATURE: Core | Separate high-speed transfer rates between peers within the local LAN [Parg,Nolar]
  59. FEATURE: Core | Encrypted peer connections [Parg,Nolar]
  60. FEATURE: Core | Revamped and much improved piece-picking code [MjrTom]
  61. FEATURE: Core | Option to bind outgoing connections to the same local port, may help with NAT router instability [Nolar]
  62. FEATURE: Plug | HTTP webseed support (http://www.getright.com/seedtorrent.html) [Parg]
  63. FEATURE: Plug | New "team seeder" plugin [Parg]
  64. FEATURE: Dev  | Plugins can now add views/tabs to Torrent Details, Peers View, etc [TuxPaper]
  65. FEATURE: UI   | Draggable column reordering and column indicator (w/SWT 3.2+) [TuxPaper]
  66. FEATURE: UI   | Peer piece map in Peers Tab [TuxPaper]
  67. FEATURE: UI   | Manual tracker scrape option if auto-scrape disabled [Parg]
  68. FEATURE: UI   | Share-ratio indicator and options to hide the various indicators [Parg]
  69. FEATURE: UI   | Separate per-torrent options panel [Parg]
  70.  
  71. CHANGE: Core  | Clearer firewalled/NAT status reporting [Nolar]
  72. CHANGE: Core  | Do not open the wiki NAT problem page if firewall status is OK [Nolar]
  73. CHANGE: Core  | Disk manager threads - limited pool now serves all disk read/write requests [Parg]
  74. CHANGE: Core  | Single thread now serves torrent piece picking etc (was one per download) [Parg]
  75. CHANGE: Core  | Persistent IP bans now have limited lifetime [Parg]
  76. CHANGE: Core  | Reworked compact storage type to support migration of formats [Parg]
  77. CHANGE: Core  | Less requirements to pause downloads when changing file priorities [Parg]
  78. CHANGE: Core  | Only one torrent can now be checking at a time [Parg]
  79. CHANGE: Core  | DHT size estimation improved [Parg]
  80. CHANGE: Core  | Default listen port number now randomized for new installs [Nolar]
  81. CHANGE: Core  | Interrupted "seeding+checking" files now rechecked on startup [Parg]
  82. ChANGE: Core  | Under unix, use all-lowercase ~/.azureus/ as the config dir [Nolar]
  83. CHANGE: UI    | Seeding+checking completeness now shown in status [Parg]
  84. CHANGE: UI    | Faster filling of tables (Mac/some Linux) [TuxPaper]
  85. CHANGE: UI    | Opening torrents changed to use one opener dialog (w/options to change destination filenames, disable files, etc) [TuxPaper]
  86. CHANGE: UI    | Find-As-You-Type in 'My Torrents' changed to Filter-As-You-Type.  Ctrl-BS to clear filter. [TuxPaper]
  87.  
  88. BUGFIX: Core  | Fix transfer stall bug when MTU size is greater than max upload/download rate [Nolar]
  89. BUGFIX: Core  | Improved peer connection counting [Parg]
  90. BUGFIX: Core  | Tracker wasn't handling "accept-encoding" properly [Parg]
  91. BUGFIX: Core  | Multiple file renames/retargets wasn't working [Parg]
  92. BUGFIX: Core  | Synchronous scrape wasn't working [Parg]
  93. BUGFIX: Core  | Fixed move-on-complete bug when target was a link [Parg]
  94. BUGFIX: Core  | Fixed DND/Delete vs piece needed/interested in peer issues [MjrTom]
  95. BUGFIX: Core  | Properly catch Windows shutdown/logoff events [Parg]
  96. BUGFIX: UI    | Selection moves properly with CTRL+<UP,DOWN,HOME,END> and sorting [TuxPaper]
  97. BUGFIX: UI    | URL Drag'nDrop Improvements - Unicode, IE Links (Windows) [TuxPaper]
  98.  
  99.  
  100.  
  101.  
  102. 2005.11.22 | Azureus 2.3.0.6
  103.  
  104. FEATURE: Core | Built in tracker support for multiple listen ports [Parg]
  105. FEATURE: Core | Tracker support for multi-hash scrapes [Parg]
  106. FEATURE: Core | "Date added" field added for hosted torrents [Parg]
  107. FEATURE: Core | Alternate max upload rate limit when only seeding option [Nolar]
  108. FEATURE: Core | Ability to move a download's data files and torrent added [Parg]
  109. FEATURE: Core | Added ability to turn off DHT originated IP Filter violation logs [Parg]
  110. FEATURE: Core | When a peer is banned remove any data downloaded from it in partially complete pieces [Parg]
  111. FEATURE: Core | Added "block banning" feature when multiple bad peers found with "close" IPs [Parg]
  112. FEATURE: Core | Support for platform-specific plugin update components [Parg]
  113. FEATURE: Core | Support for .torrent file download using just infohash hex string (via DHT magnet lookup mechanism) [Nolar]
  114. FEATURE: Core | Added some control over initial share ratio for "add for seeding" downloads [Parg]
  115. FEATURE: Core | Added feature to allow disabling of multi-hash tracker scrapes [Parg]
  116. FEATURE: Core | Tracker connections respect bind-ip settings (http only) [Parg]
  117. FEATURE: Core | Banned ips persisted across restart [Parg]
  118. FEATURE: Core | Ability to add an alternative max-torrent-limit when seeding [Parg]
  119. FEATURE: Core | DHT NAT punching for firewalled peers [Parg]
  120. FEATURE: Core | Ability to rename and redirect files within a torrent [Parg]
  121. FEATURE: Core | Compact storage for "do not download" files [Parg]
  122. FEATURE: Core | Magnet URI protocol registration under windows [Parg]
  123. FEATURE: Plug | UPnP plugin will warn if it discovers a router that has known protocol problems [Parg]
  124. FEATURE: Plug | Magnet URI accessor method added to Torrent [Parg]
  125. FEATURE: Plug | Added "launchable plugins" that can be used to start Azureus [Parg]
  126. FEATURE: Plug | Added single-instance management function [Parg]
  127. FEATURE: Plug | Made some platform-specific functions available to plugins [Parg]
  128. FEATURE: Plug | Ability to add Swing based interfaces as plugin views [Parg]
  129. FEATURE: UI   | Console UI support for viewing specific plugin logs [Parg]
  130. FEATURE: UI   | Beginner configuration user mode provides a simplified interface [Gouss]
  131. FEATURE: UI   | Support for --closedown parameter to org.gudy.azureus2.ui.swt.Main to closedown an existing AZ instance [Parg]
  132. FEATURE: UI   | Added Average Peer Completion percentage column to MyTorrents view and Details view [Nolar]
  133. FEATURE: UI   | Added NAT status icon to status area [Parg]
  134. FEATURE: UI   | Indicate potential DHT port problems in SWT status area [Parg]
  135. FEATURE: UI   | Added swarm average to activity view plus a legend [Parg]
  136. FEATURE: UI   | Console support for listing shares improved, deleting of shares added [Parg]
  137.  
  138. CHANGE: Core  | Countermeasures against swarm DOS/poisoning [Nolar]
  139. CHANGE: Core  | Health status for swarms where all known peers are connected now reported as OK [Parg]
  140. CHANGE: Core  | Friendly hash-checking option now only applied during recheck operations and delay based on piece size [Parg]
  141. CHANGE: Core  | Don't automatically remove directory contents shares if they (appear to) have been deleted [Parg]
  142. CHANGE: Core  | Improved algorithm for detecting DHT port reachability [Parg]
  143. CHANGE: Core  | DHT - removed cache-distance metrics and added value versions to handle value evolution correctly [Parg]
  144. CHANGE: Core  | Reduced thread count by aggregating async listener dispatchers [Parg]
  145. CHANGE: Core  | Major refactoring of Download and Disk managers [Parg]
  146. CHANGE: Core  | Download totals don't include hash fails and discards and aren't included in share-ratio calculation [Parg]
  147. CHANGE: Core  | "Max simultaneous outbound connection attempts" option no longer accepts zero as a disable value [Nolar]
  148. CHANGE: Core  | Under OSX, new bundle launches using the Java Preferences application configured JVM, enabling JRE 5.0 support [Nolar]
  149. CHANGE: Core  | Under Windows, now runs via a launcher built by exe4j - taskmanager process is now "Azureus.exe" [Nolar,Parg]
  150. CHANGE: Plug  | Major refactoring of plugin interface to separate out UI-level and core-level stuff [Parg]
  151. CHANGE: UI    | Update to the latest release SWT library (3.1.1) [Nolar]
  152.  
  153. BUGFIX: Core  | Fix interested flag being set sometimes when seeding [Nolar]
  154. BUGFIX: Core  | Wrong file name returned for stopped simple torrents [Parg]
  155. BUGFIX: Core  | Seeder/leecher counts missing for published torrents [Parg]
  156. BUGFIX: Core  | Stats going negative for hosted torrent average up/down [Parg]
  157. BUGFIX: Core  | Fix piece request ignore bug [Nolar]
  158. BUGFIX: Core  | Fixed DHT initialisation hang if port already in use [Parg]
  159. BUGFIX: Core  | Don't allow prohibited peer sources to be enabled (ui artifact only) [Parg]
  160. BUGFIX: Core  | Fixed too many socket selectors created when in safe selector mode [Nolar]
  161. BUGFIX: Core  | Fixed re-announce interval when receiving "failure reason" error response from tracker [Nolar]
  162. BUGFIX: Core  | Fixed and improved restarts under OSX (and linux) [Nolar,Gouss]
  163. BUGFIX: Core  | Fixed and improved one-to-one LAN transfer speeds [Nolar]
  164. BUGFIX: Plug  | UPnP fix for picking up changed network interfaces [Parg]
  165. BUGFIX: UI    | Fixed 100% CPU problem with download bars [Parg]
  166. BUGFIX: UI    | Fixed UI foregrounding itself on every unverified localhost:6880 socket connection attempt [Nolar]
  167. BUGFIX: UI    | Create-torrent wizard fix for multi-torrent checkbox enabling error [Parg]
  168.  
  169.  
  170.  
  171.  
  172. 2005.06.27 | Azureus 2.3.0.4
  173.  
  174. FEATURE: Core | DHT torrent lookup now based on sha1(hash) and torrent xfer encrypted using hash-derived key [Parg]
  175. FEATURE: Core | More aggressive banning of peers sending bad data - algorithm change and block-banning feature [Gudy,Parg]
  176. FEATURE: Core | Support for multiple DHT networks on same port [Parg]
  177. FEATURE: Core | Introduced "passive torrents" - these are tracked but not downloaded [Parg]
  178. FEATURE: Core | Category setting functions added to "My Tracker" [Parg]
  179. FEATURE: Core | Added ability to make plugin config ui components invisible [Parg]
  180. FEATURE: UI   | Average peer speed for swarm column added [Nolar]
  181. FEATURE: Plug | Plugin interface extension to allow per-plugin torrent-attributes [Parg]
  182. FEATURE: Plug | Plugin ResourceDownload feature for accessing content-type [Parg]
  183.  
  184. CHANGE: Core  | Improved optimistic unchoke anti-leech algorithms [Nolar]
  185. CHANGE: Core  | CVS versions run multiple DHTs to permit validations of changes [Parg]
  186. CHANGE: Core  | DHT anti-spoof for cache forwards [Parg]
  187. CHANGE: Core  | DHT mechanisms for flood prevention [Parg]
  188. CHANGE: Core  | Added local tracker url to torrents when hosting external torrents [Parg]
  189. CHANGE: Core  | Hosted torrents now become "passively tracked" when their corresponding download is removed [Parg]
  190. CHANGE: Core  | More pro-active injection of DHT scrapes for torrents with failing trackers [Parg]
  191. CHANGE: Plug  | More JPC plugin enhancements to help reduce cache server load [Nolar]
  192.  
  193. BUGFIX: Core  | DHT protocol version logic fixes [Parg]
  194. BUGFIX: Core  | Fix for 100% cpu when more than 60 connections are registered with a selector under buggy network stacks [Nolar]
  195. BUGFIX: Core  | Invalid listen port configuration would prevent Azureus from starting [Nolar]
  196. BUGFIX: Core  | Added hooks to catch Windows shutdown events to allow graceful Azureus exit [Nolar]
  197. BUGFIX: Core  | Fix for start-stopped non-simple torrents showing data-missing error on restart [Parg]
  198. BUGFIX: Core  | Fix for drag-n-drop SWT exceptions blocking Azureus startup [Nolar]
  199. BUGFIX: Core  | Fixed up "interested" message for downloads with "do not download" files [Parg,Nolar]
  200. BUGFIX: UI    | Categories not being correctly displayed when torrents transit between downloading and seeding [Parg]
  201.  
  202.  
  203.  
  204. 2005.05.25 | Azureus 2.3.0.2
  205.  
  206. FEATURE: UI   | Console UI now has update check, alerting and DHT stats [Parg]
  207. FEATURE: UI   | SWT make torrent wizard remembers value for "add other hashes" [Parg]
  208. FEATURE: UI   | Console UI logging config [Fatal]
  209. FEATURE: Plug | Added progress indicator and torrent stats to tracker web templates [Parg, Gouss]
  210. FEATURE: Plug | Availability column added to webui + some alignment changes [Parg]
  211. FEATURE: Plug | XML/http interface access to individual torrent file stats added [Parg]
  212.  
  213. CHANGE: Core  | CPU usage reductions when connected to many idle peers [Nolar]
  214. CHANGE: Core  | Disable console view logging by default [Nolar]
  215. CHANGE: Core  | Memory usage reductions and optimizations [Gudy, Parg, Nolar]
  216. CHANGE: Core  | Improved long-term connection-attempt management [Nolar]
  217. CHANGE: Core  | DHT bootstrap in absence of version-check server improved [Parg]
  218. CHANGE: Core  | DHT IP filter reports reduced [Parg]
  219. CHANGE: Core  | Disk manager read/write threads now started on demand [Parg]
  220. CHANGE: UI    | Default for "add other hashes" in make torrent wizard and sharing config changed to false [Parg]
  221. CHANGE: UI    | Retention of log history removed as taking up to 1MB mem [Parg]
  222. CHANGE: UI    | Added missing spaces back into SWT dock item's tooltip [Parg]
  223. CHANGE: UI    | Restore version number on status bar and add protocol rate to the stats view [Nolar]
  224. CHANGE: Plug  | JPC plugin refactoring to help reduce cache server load [Nolar]
  225.  
  226. BUGFIX: Core  | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug [Nolar]
  227. BUGFIX: Core  | Ignore peers with these data ports config option didn't work the DHT and PEX obtained peers [Nolar]
  228. BUGFIX: Core  | DHT IP derivation from contacts fixed [Parg]
  229.  
  230.  
  231.  
  232. 2005.05.02 | Azureus 2.3.0.0
  233.  
  234. FEATURE: Core | Client support for the 'trackerid' announce extension [Nolar]
  235. FEATURE: Core | Client support for the 'min interval' announce extension [Nolar]
  236. FEATURE: Core | Added options to disable scrape entirely or just for non-running torrents [Parg]
  237. FEATURE: Core | RSS Feed parse APIs added to plugin interface [Parg]
  238. FEATURE: Core | Non-blocking sockets based TCP tracker implementation [Parg]
  239. FEATURE: Core | Client identification plugin interface [Parg]
  240. FEATURE: Core | Separate protocol payload and overhead stats [Nolar]
  241. FEATURE: Core | Data deletion can now defer to Recycle Bin and Trash under Windows and Mac OS X, respectively [Parg, CrazyAlchemist]
  242. FEATURE: Core | Distributed Database [Parg]
  243. FEATURE: Core | Decentralised tracking [Parg]
  244. FEATURE: Core | Magnet URI for location of decentralised torrents [Parg]
  245. FEATURE: Core | Ability to update built-in plugins independently of the core [Parg]
  246. FEATURE: Core | Diagnostic collection for system properties and config settings [Parg]
  247. FEATURE: Core | added option to move newly completed seeds to the end of the seeding list, rather than the front [Parg]
  248. FEATURE: Core | Support for I2P plugin [Parg]
  249. FEATURE: Core | Network selection support (public, i2p, tor) [Parg]
  250. FEATURE: Core | Inter-client peer exchange [Nolar]
  251. FEATURE: UI   | Option to disable small fonts under OSX [Nolar]
  252. FEATURE: UI   | Console support for aliases [Fatal]
  253. FEATURE: UI   | Torrent export option added to SWT UI [Parg]
  254. FEATURE: UI   | Keyboard shortcut parsing system [CrazyAlchemist]
  255. FEATURE: UI   | System tray menus for setting global upload and download bandwidth limits [CrazyAlchemist]
  256. FEATURE: UI   | Synthesized speech alerts for Mac OS X; Go to Azureus / Preferences to enable it [CrazyAlchemist]
  257. FEATURE: UI   | New file icon for Mac OS X [CrazyAlchemist]
  258. FEATURE: Plug | Added local host configuration setting for statusmailer [Parg]
  259. FEATURE: Plug | Reworked CSS for tracker web pages to create old and new styles [Gouss]
  260. FEATURE: Plug | StartStop Rules: First Priority ignore Rules: 0 Peers and SeedsPeers Ratio [Gouss]
  261. FEATURE: Plug | RSS Feed added to tracker web pages [Parg]
  262. FEATURE: Plug | Tracker stats added to tracker web pages [Parg]
  263. FEATURE: Plug | Generic Messaging API: inter-client message passing [Nolar]
  264. FEATURE: Plug | Joltid Peer Cache plugin is now bundled with Azureus [Nolar, Parg, Gudy]
  265. FEATURE: Plug | I2P plugin [Parg]
  266.  
  267. CHANGE: Core | Smarter re-announce interval handling, especially for lopsided swarms [Nolar]
  268. CHANGE: Core | Added many new peerid identifications [Nolar, Gouss]
  269. CHANGE: Core | First piece priority option now also prioritizes last piece of file [Nolar]
  270. CHANGE: Core | NAT check functions even when downloads have already been started [Nolar]
  271. CHANGE: Core | Update check can now check via configured proxy [Nolar]
  272. CHANGE: Core | Rewritten download code: decreased cpu usage and faster speeds in LAN network environments [Nolar]
  273. CHANGE: Core | Network IP_TOS option now sets required registry setting under Win2K/XP [Parg, Nolar]
  274. CHANGE: Core | Favor establishing inbound peer connections, to increase the health of swarms with firewalled clients [Nolar]
  275. CHANGE: Core | Improved seeding unchoking algorithm: distributes data more evenly [Nolar]
  276. CHANGE: Core | Anti-leech code to prevent optimistic unchoke leechers [Nolar]
  277. CHANGE: Core | Reduced threads required for multiple torrents [Parg]
  278. CHANGE: Core | Relaxed cross-torrent file locking to permit multiple read access [Parg]
  279. CHANGE: Core | changed HTTP user-agent to include OS and java version [Parg]
  280. CHANGE: Core | max cache size limited to 32M less than VM size [Parg]
  281. CHANGE: UI   | Reintroduced download completion alerts in Mac OS X (use System Preferences / Sound to set the alert sound of choice) [CrazyAlchemist]
  282. CHANGE: UI   | For Mac OS X, contextual menu items no longer carry images for better compliance with Apple Human Interface Guidelines [CrazyAlchemist]
  283. CHANGE: UI   | RFE #1092614: Informational popup messages now auto-close after 5 seconds - unless the message window is closed manually, or if the mouse is over it / details view is open (the timing will be 'reset' then) [CrazyAlchemist]
  284. CHANGE: UI   | Miscellaneous cosmetics updates for Mac OS X [CrazyAlchemist]
  285. CHANGE: UI   | Bug #1112278: https:// URLs now autopaste in Open URL window [CrazyAlchemist]
  286. CHANGE: UI   | Main menu bar should now be more streamlined in its arrangement [CrazyAlchemist]
  287. CHANGE: UI   | Console view will now display information logged (for the duration of the application session) when the Console view is closed [CrazyAlchemist]
  288. CHANGE: UI   | ETA and remaining now take into account DHD files [Parg]
  289. CHANGE: Plug | More choices in First Priority ShareRatio [Gouss]
  290.  
  291. BUGFIX: Core | IPFilters loaded from static config file weren't working [Parg]
  292. BUGFIX: Core | Fix re-announce interval bug when zero peers in swarm [Nolar]
  293. BUGFIX: Core | Send uninterested message when complete while using do-not-download feature [Nolar]
  294. BUGFIX: Core | Optimistic Connect, when seeding, no longer drops just random connections [Nolar]
  295. BUGFIX: Core | Better recovery from corrupt resume data [Parg]
  296. BUGFIX: Core | Better handling of invalid torrent save locations [Parg]
  297. BUGFIX: Core | fix for SSL (https) problems introduced by changes in JDK 5.0 [Parg]
  298. BUGFIX: Core | fix for hash-fails when running with cache + incremental file creation enabled [Parg]
  299. BUGFIX: Core | Fix scrape processing stall bug when scrape url was invalid [Nolar]
  300. BUGFIX: UI   | Corrected save dialog behaviour on Make Torrent Wizard regarding file selection [CrazyAlchemist]
  301. BUGFIX: UI   | Bug #953619 concerning Mac OS X: Double-clicking .torrent files now activate Azureus with the expected Finder dialogs (Dragging files to the Dock icon will continue to malfunction for the indefinite future) [CrazyAlchemist]
  302. BUGFIX: UI   | Bug #1120995: Improper validation could allow unreasonably low global upload cap [CrazyAlchemist]
  303. BUGFIX: UI   | Main window no longer tries to steal focus on opening (Mac OS X) [CrazyAlchemist]
  304. BUGFIX: UI   | Pop up messages no longer try to steal focus (Mac OS X) [CrazyAlchemist]
  305. BUGFIX: UI   | Resolved fuzzy dock icon display under Mac OS X if Column Setup is opened [CrazyAlchemist]
  306. BUGFIX: UI   | Upload caps for individual transfers now display more sensible values if global upload cap is set to unlimited [CrazyAlchemist]
  307. BUGFIX: UI   | In My Torrents, a category view will no longer prevent its corresponding table view's horizontal scrolling [CrazyAlchemist]
  308. BUGFIX: UI   | Download bars should no longer disappear when the main window is minimized (Mac OS X) [CrazyAlchemist]
  309. BUGFIX: UI   | Certain table column contents no longer 'disappear' when a row is selected (Mac OS X) [CrazyAlchemist]
  310. BUGFIX: Plug | StartStop Rules: Autostart Seed Count Only and Prefer Large Swarms removed First Priority [Gouss]
  311.  
  312.  
  313.  
  314.  
  315. 2004.12.18 | Azureus 2.2.0.2
  316.  
  317. FEATURE: Core | Manual peer upload blocking (when seeding) and kick-banning [Nolar]
  318. FEATURE: Core | Control added to not cache small files (default no cache for < 1MB) [Parg]
  319. FEATURE: Core | Ability to cancel torrent creation processes added [Parg, Gudy]
  320. FEATURE: Core | Ability to cancel sharing process added [Parg]
  321. FEATURE: Core | Ability to pass multiple torrents to Azureus.exe [Parg]
  322. FEATURE: Core | Added configuration items for tracker processing limits [Parg]
  323. FEATURE: Core | Option to open torrent for seeding in create-torrent Wizard [Parg,Gudy]
  324. FEATURE: Core | Auto-rescan of shared resources + addition/deletion of shares accordingly [Parg]
  325. FEATURE: Core | Persistence of download and tracker stats for shares [Parg]
  326. FEATURE: Core | Advanced network settings: MTU, SO_RCVBUF, SO_SNDBUF, IPTOS [Nolar]
  327. FEATURE: Core | Optimistic Connect: drop inactive connections in order to find better ones [Nolar]
  328. FEATURE: Core | Added ability to apply updates and shutdown Azureus instead of restarting [Parg]
  329. FEATURE: Core | Can now specify that password protected tracker web is only available via HTTPS, HTTP access -> access denied [Parg]
  330. FEATURE: Core | Can now specify comment to be added to share torrents [Parg]
  331. FEATURE: Core | resume data no longer saved to torrent files, stored in %user-dir%/active instead [Parg]
  332. FEATURE: Core | Plugin support for installing and uninstaling plugins [Parg]
  333. FEATURE: Core | Category support for shares [Parg]
  334. FEATURE: Core | Apply updates and defer applicaton to later restart/close [Parg/Gudy]
  335. FEATURE: UI   | Added 'share' support to console UI [Nolar]
  336. FEATURE: UI   | Option to show confirmation dialog on torrent Removal [Nolar]
  337. FEATURE: UI   | Added Seed2PeerRatio item to MyTorrents view [Nolar]
  338. FEATURE: UI   | Added detailed connection State to peers view [Nolar]
  339. FEATURE: UI   | Added Connected Time item to peers view [Nolar]
  340. FEATURE: UI   | Option to add torrent downloads silently (without activating main Azureus window) [Nolar]
  341. FEATURE: UI   | Added download speed limit column to MyTorrents [Parg]
  342. FEATURE: UI   | Telnet UI added [Fatal]
  343. FEATURE: UI   | Auto-open stats option added [Parg]
  344. FEATURE: UI   | Plugin install/uninstall wizards [Gudy]
  345. FEATURE: UI   | Double click on status bar progress area to give details of update/install/uninstall progress [Parg]
  346. FEATURE: UI   | SWT/Console share support for setting category [Parg]
  347. FEATURE: UI   | Pick out links (anything prefixed with "http") in torrent comments in general view [Parg]
  348. FEATURE: Plug | Status mailer support for SMTP port, user + password [Parg]
  349. FEATURE: Plug | Status mailer support for plain text notifications [Parg]
  350.  
  351. CHANGE: Core | Support azureus.install.path parameter, used by new linux launcher script [Nolar]
  352. CHANGE: Core | Moved config items for tracker client overrides + UDP to tracker client config [Parg]
  353. CHANGE: Core | Also do dynamic tracker re-announce interval overrides when seeding; uses peer count only [Nolar]
  354. CHANGE: Core | NAT check url changed to aelitis server [Nolar]
  355. CHANGE: Core | Reduce tracker re-announce frequency when incoming connections are accepted (unfirewalled) [Nolar]
  356. CHANGE: Core | Remove old auto-migration code [Nolar]
  357. CHANGE: Core | Update restart logic now preserves JVM max mem setting for Sun JVMs [Parg]
  358. CHANGE: Core | Cleanup and optimize choke-unchoke logic [Nolar]
  359. CHANGE: Core | Added an option to enable the prioritization of most completed Files, default is off [Gudy]
  360. CHANGE: Core | Default http tracker to disabled [Parg]
  361. CHANGE: UI   | Create torrent wizard now initially defaults torrent save path from "save to" default [Parg]
  362. CHANGE: UI   | Obey "start stopped" config item for dropped torrents [Parg]
  363. CHANGE: UI   | Torrents no longer need to be stopped before removal is allowed [Nolar]
  364. CHANGE: UI   | Graphical view item refresh optimizations [Nolar]
  365. CHANGE: UI   | Change context menu selection for queue/stop/force-start/recheck to be "at least one can be..." rather than "all can be..." [Parg]
  366. CHANGE: UI   | More pre-defined speed ranges for queue slot limits [Parg]
  367. CHANGE: UI   | Improve wording of "delete torrent?" prompt [Parg]
  368. CHANGE: Plug | UPnP information messages now off by default [Parg]
  369.  
  370. BUGFIX: Core | Fix for kernel panics under MacOSX [ej32206, Nolar]
  371. BUGFIX: Core | Handle passing of torrents to already running but not fully initialised process better [Parg]
  372. BUGFIX: Core | Default save dir was defaulting to ON, changed to OFF [Parg]
  373. BUGFIX: Core | Tidied up UPnP error handing if action missing [Parg]
  374. BUGFIX: Core | Scrape mult-tracker torrents correctly when download not running [Parg]
  375. BUGFIX: Core | Upload/download/share ratio frig for newly added seeds made consistent [Parg]
  376. BUGFIX: Core | Fix for stalls from system clock being set backwards in time [Nolar]
  377. BUGFIX: Core | Fixed up bad behaviour on out-of-disk-space falures [Parg]
  378. BUGFIX: Core | Fixed torrents getting stuck in READY state [Parg]
  379. BUGFIX: Core | Fix potential connection establishment backlog [Nolar]
  380. BUGFIX: Core | Fix potential DOS by timing out stalled connections [Nolar]
  381. BUGFIX: Core | Fix bug in re-announce interval override calculation when connection limit has been reached [Nolar]
  382. BUGFIX: Core | Fix for hangs when scraping due to slow DNS resolves [Parg]
  383. BUGFIX: Core | Fix for UPnP failing if trailing spaces in 'action name' [Parg]
  384. BUGFIX: Core | Fixed bug in choke/unchoke logic when number of connected peers < max upload slots [Nolar]
  385. BUGFIX: Core | Updater problems with non-ascii chars in user dir (again!) [Parg]
  386. BUGFIX: Core | Created torrents had name.utf-8 tag in wrong place [Parg]
  387. BUGFIX: Core | UDP scrape responses being handled incorrectly [Parg]
  388. BUGFIX: Core | Fixed the "high priority" piece-picking for files [Gudy]
  389. BUGFIX: UI   | Old language files in user dir causing !missing! item texts [Nolar]
  390. BUGFIX: UI   | Fix for window state not being remembered between sessions [Nolar]
  391. BUGFIX: UI   | Fix for messages window being closed while animated [Gudy]
  392. BUGFIX: UI   | Fix for BUG 1059432 : Download bars spawning multiple times when set to auto open [Gudy]
  393. BUGFIX: UI   | Fix for BUG 1061538 : /0 error if no pieces [Parg]
  394. BUGFIX: UI   | Fix create-torrent wizard to remember paths properly [Parg]
  395. BUGFIX: UI   | Fixed up opening of torrent files not ending in ".tor" or ".torrent" [Parg]
  396. BUGFIX: UI   | Fix Health icons sometimes not refreshing [Nolar]
  397. BUGFIX: UI   | Fix bug with Azureus crashing when quitting on OSX if the Stats view has been opened [Gudy]
  398. BUGFIX: UI   | Fix the fuzzy Azureus icon bug under OSX [Gudy]
  399. BUGFIX: UI   | IPFilter config view slow to display when thousands of ranges are set [Gudy]
  400. BUGGIX: UI   | Fixed bug with sharing window re-animating even when opened [Gudy]
  401. BUGFIX: UI   | Fixed bug 1081886 : stats graphics can now be 2000 pixels wide, instead of only 1600 before [Gudy]
  402. BUGFIX: Plug | UPnP plugin support for multi-homed machines improved [Parg]
  403.  
  404.  
  405.  
  406.  
  407. 2004.10.31 | Azureus 2.2.0.0
  408.  
  409. FEATURE: Core | Disk cache [Parg]
  410. FEATURE: Core | Ability to set IP type-of-service (TOS) field for outbound data [Nolar]
  411. FEATURE: Core | Show current upload and download limits in status area [Parg]
  412. FEATURE: Core | Locale selection - options to add in all defined encodings + show lax list [Parg]
  413. FEATURE: Core | Change the incoming data port without restarting [Parg]
  414. FEATURE: Core | Display "warning message" responses in announce replies [Parg]
  415. FEATURE: Core | Added option for tracker to perform a connectability check to peers [Parg]
  416. FEATURE: Core | Have message aggregation, for bandwidth savings/efficiency [Nolar] 
  417. FEATURE: Core | Torrent HTTP urls now accepted as program command line parameter [Nolar]
  418. FEATURE: Core | Option added to disable system tray [Parg]
  419. FEATURE: Core | Concurrent hashing for >1 CPU [Parg]
  420. FEATURE: Core | Added ability to not outward connect to a defined set of port numbers [Parg]
  421. FEATURE: Core | SOCKS V4, V4a and V5 (no auth/user+password methods) support for outgoing data connections [Parg]
  422. FEATURE: Core | Torrents created by Azureus now include .utf-8 fields [Parg]
  423. FEATURE: Core | Dynamic piece request queue scaling [Gudy]
  424. FEATURE: Core | Added torrent name to authentication dialog [Parg]
  425. FEATURE: Core | Per-torrent upload speed limits [Nolar,Gudy]
  426. FEATURE: Core | Ability to change the sound played on torrent completion added [Parg]
  427. FEATURE: Core | Added session uptime to stats [Nolar]
  428. FEATURE: UI   | 'Download' menu added with start/stop all + pause/resume options [Parg]
  429. FEATURE: UI   | Table col sort order default option added, thanks to Charnobo! [Parg]
  430. FEATURE: UI   | URL Downloader window now support to set-up referrer and saves last used referrers [Parg, Gudy]
  431. FEATURE: UI   | New Statistic page about the disk cache (yeah more CPU consuming graphs) [Gudy]
  432. FEATURE: UI   | Down/Up speed indicators in main view are now double-clickable to open the Stats View [Gudy]
  433. FEATURE: UI   | Added Path and # Remaining Pieces to Files view, Tracker Name to MyTorrents view [Nolar]
  434. FEATURE: Plug | webui support for torrent encoding choice [Parg]
  435. FEATURE: Plug | Tracker torrent stats available via xml/http interface [Parg]
  436.  
  437. CHANGE: Core | Show time to re-announce/scrape in general view using hh::mm::ss [Parg]
  438. CHANGE: Core | Timeout tracker server operations [Parg]
  439. CHANGE: Core | Torrent opener will now report errors opening torrents better [Parg]
  440. CHANGE: Core | Complete core networking/messaging rewrite [Nolar]
  441. CHANGE: Core | Stop scrape on UDP V2 torrents when download running [Parg]
  442. CHANGE: Core | Refactor of DiskManager [Parg]
  443. CHANGE: Core | Protocol tweaking for significantly reduced discard rates [Nolar]
  444. CHANGE: Core | Tracker now treats port value of 0 as 'explicitly firewalled' [Parg]
  445. CHANGE: Core | Tracker client will revert to "initialised" state after explicit failure from tracker [Parg]
  446. CHANGE: Core | Locale selection changed to show more possible encodings [Parg]
  447. CHANGE: Core | XML stats - downloads ordered by downloading/index then seeding/index [Parg]
  448. CHANGE: Core | Reworked connection establishment to conform to new WinXP SP2 limits [Nolar]
  449. CHANGE: Core | When restarting torrents are checked in smallest->largest size [Parg]
  450. CHANGE: Core | Reworked the piece picking so that slow peers don't "block" pieces to be completed [Gudy]
  451. CHANGE: Core | JAR signing for webui (etc) now based on "tools.jar" from Sun JDK due to changes with their 1.5 JRE [Parg]
  452. CHANGE: Core | "Pause" command now greyed out if there is nothing to pause [Parg]
  453. CHANGE: Core | Create-torrent wizard now remembers comment data on back button + defaults for open/save dirs [Parg]
  454. CHANGE: Core | Reduced memory used of ipfilter list to help support large list sizes [Parg]
  455. CHANGE: Core | Added "*.*" to list of selectable file types in open-torrent dialogs [Parg]
  456. CHANGE: UI   | Added a legend to the Pieces View [Gudy]
  457. CHANGE: UI   | Pieces View now display if the blocks are in the cache or not [Gudy]
  458. CHANGE: UI   | New Tools menu, Configuration --> Options, Plugins root menu, Language selection moved to config [Nolar,Gudy]
  459. CHANGE: Plug | UPnP plugin now only uses plugin interfaces [Parg]
  460. CHANGE: Plug | Differentiate UDP and TCP mappings in UPnP desc as some routers need this [Parg]
  461. CHANGE: Plug | UpdateLanguagePlugin removed, as no longer maintained [Nolar]
  462.  
  463. BUGFIX: Core | Throw an error message if existing data file length is too large [Nolar]
  464. BUGFIX: Core | Fix new bug with tracker announce every 10s when no peers were connected [Nolar]
  465. BUGFIX: Core | Fix for renaming files across volumes [Parg]
  466. BUGFIX: Core | Torrent auto-import now works with console UI [Nolar]
  467. BUGFIX: Core | Bug when setting upload to unlimited (forced download to unlimited too) [Parg]
  468. BUGFIX: Core | Set downloaded amount correctly when opening a torrent with existing download data [Parg]
  469. BUGFIX: Core | Detect changed file sizes (smaller) when resuming torrents [Parg]
  470. BUGFIX: Core | Random shuffling of multi-tracker torrent URLs fixed [Parg]
  471. BUGFIX: Core | Fix occasional 60sec delay on initial tracker announce [Nolar]
  472. BUGFIX: Core | Fix for reading piece data from a too-long file [Nolar/Parg]
  473. BUGFIX: Core | Stop scraping all announce URLs in a torrent when removing torrent [Parg]
  474. BUGFIX: Core | File handle closing [Parg/Nolar]
  475. BUGFIX: UI   | Labels with '&' displaying incorrectly [Parg]
  476. BUGFIX: UI   | Torrent Downloader Window : retry button now placed correctly [Gudy]
  477. BUGFIX: UI   | Fix for clicking the plugins directory and open the folder from the Configuration>Plugins view [Gudy]
  478. BUGFIX: UI   | Fix for animated message windows not being at the right place on dual monitors. [Gudy,Bluelive]
  479. BUGFIX: Plug | Netgear WGT624 was crashing when processing UPnP requests [Parg]
  480. BUGFIX: Plug | Webui 'view' mode wasn't working [Parg]
  481. BUGFIX: Plug | Webui - excessively long status text messing up table [Parg]
  482. BUGFIX: Plug | azplugins - web tracker pages wasn't picking up "show details" option [Parg]
  483. BUGFIX: Plug | webui - fixed bug with re-ordering of columns [Parg]
  484.  
  485.  
  486.  
  487.  
  488. 2004.07.08 | Azureus 2.1.0.4
  489.  
  490. FEATURE: Core | Show built-in plugins in config view [Parg]
  491. FEATURE: Core | Fallback encoding for torrents (a-zA-Z0-9 type encoding with hex chars for others) [Parg]
  492. FEATURE: Core | Numbers now localized to selected language [TuxPaper]
  493. FEATURE: Core | More "polite" hash checking...doesn't stress the cpu/system as much [Nolar]
  494. FEATURE: Core | Tracker seed retention limit added to limit tracker memory on torrents with high seed counts [Parg]
  495. FEATURE: Core | Show Bad ips/banned ips in ipfilter window + allow clear/reset [Parg]
  496. FEATURE: Core | Option to start torrents in a stopped state [Parg]
  497. FEATURE: Core | Torrent removal rules. Initially to handle unauthorised torrents + AZ update torrents [Parg]
  498. FEATURE: Dev  | More features for torrent creation [Parg]
  499. FEATURE: UI   | New peer columns to help track leechers [TuxPaper]
  500. FEATURE: Plug | Experimental data upload facility for tracker web pages [Parg]
  501. FEATURE: Plug | WebUI support for "host" operation [Parg]
  502. FEATURE: Plug | Run the web interface standalone (outside of a browser) [Parg]
  503. FEATURE: Plug | Option to keep hold of UPnP port mappings when closing Azureus [Parg]
  504.  
  505. CHANGE: Core | More sensible merging of plugin.properties on plugin update [Parg]
  506. CHANGE: Core | Retuned tracker connect failure retry interval [Nolar]
  507. CHANGE: Core | Torrents downloaded by URL now named after torrent if not already .torrent [Parg]
  508. CHANGE: Core | Performance of ipfilter checking improved [Parg]
  509. CHANGE: Plug | Green colour used on tracker web pages now more legible [Nolar]
  510.  
  511. BUGFIX: Core | 99.X% / continuous hash fails fix [Parg]
  512. BUGFIX: Core | Basic plugin config model parameters not working in non-swt (e.g. console) mode [Parg]
  513. BUGFIX: Core | Fix for 'completed' announce event not being sent on occasion [Nolar]
  514. BUGFIX: Core | Fix for occassional missing of resume data write -> recheck on start up [Parg]
  515. BUGFIX: Core | Bad peers not being detected on hashfail if they contributed all blocks [Parg]
  516. BUGFIX: Core | Better handling of "auto import" + default torrent save dir being the same [Parg]
  517. BUGFIX: Core | Strip resume data on open of new torrent [Parg]
  518. BUGFIX: UI   | Fix bug where failed-hashcheck pieces never reappeared in Pieces view [Nolar]
  519. BUGFIX: Plug | Web UI authentication for torrent download not working with default port URLs [Parg]
  520.  
  521.  
  522.  
  523. 2004.06.21 | Azureus 2.1.0.2
  524.  
  525. FEATURE: Core | Health items now show if a torrent is being shared/published [Parg]
  526. FEATURE: Core | Creation of self-signed certificates for SSL (etc) via UI [Parg]
  527. FEATURE: Core | Set download speed per torrent [Parg]
  528. FEATURE: Core | Universal Plugin and Play (UPnP) support [Parg]
  529. FEATURE: Dev  | ToolTip access functions for table cells [TuxPaper]
  530. FEATURE: Plug | Tracker plugin supports simple category view [Parg]
  531. FEATURE: Plug | Webui support for password protected trackers [Parg]
  532. FEATURE: Plug | Webui attempts to get access to system clipboard to fix copy/paste issues [Parg]
  533. FEATURE: Plug | Plugin interface extensions for basic plugin config [Parg]
  534. FEATURE: Plug | External authorisation framework [Parg]
  535. FEATURE: Plug | WebUI + XML/HTTP i/f now have separately configurable username/password via Plugin config (*not* plugin.properties) [Parg]
  536. FEATURE: Plug | WebUI can now use signed jars, if configured, so that clipboard access doesn't require local config [Parg]
  537. FEATURE: UI   | Better scrape result reporting, including new "Next Tracker Access" column [TuxPaper]
  538. FEATURE: UI   | Tooltip for Health Icon [TuxPaper]
  539. FEATURE: UI   | New language: Japanese [Gouss]
  540.  
  541. CHANGE: Core | Core update checker now uses aelitis.com server to grab latest version instead of SF's one [Gudy]
  542. CHANGE: Core | Default socket write buffer now a more conservative 1460 bytes for smoother uploading [Nolar]
  543. CHANGE: Core | Central control of global outgoing peer connection rates...i.e. a better SlowConnect [Nolar]
  544. CHANGE: Core | Unused potential peer connections are cached for later use [Nolar]
  545. CHANGE: Core | Tracker now doesn't return peer list on "stopped" event [Parg]
  546. CHANGE: Plug | Tracker web plugin configuration moved to plugin config from core config  [Parg]
  547. CHANGE: Plug | Tracker web contexts now have the option to not apply IP Filters - this affects the web plugin and xml/http interface [Parg]
  548. CHANGE: UI   | About Window is closeable by hitting the 'ESC' key [Gudy]
  549.  
  550. BUGFIX: Core | Fix for Library Paths using single quotes [Parg]
  551. BUGFIX: Core | Fixed shared plugin dir location on OSX [Parg]
  552. BUGFIX: Core | File Open dialogs now correctly remember their last path [Nolar]
  553. BUGFIX: Core | Plugin loader picking up .zip files instead of corresponding .jar files [Parg]
  554. BUGFIX: Core | Don't delete the imported .torrent file if the import dir happens to also be the Save torrent dir [Nolar]
  555. BUGFIX: Core | Torrents leave READY state quicker after other torrents are re-queued [TuxPaper]
  556. BUGFIX: Core | Fix for Fast Resume not working when a 0-byte file exists in the torrent [Nolar]
  557. BUGIFX: Core | Fix for Fast Resume not working when Incremental File Creation is enabled [Nolar]
  558. BUGFIX: Core | Show error message if previously-allocated data cannot be found, instead of re-creating it [Nolar]
  559. BUGFIX: Core | Force a file handle recycle every 50M read so the OS cache clears (Win2k, possibly other OSes) [TuxPaper]
  560. BUGFIX: Core | Tracker stats wrong [Parg]
  561. BUGFIX: Core | Not deleting backup torrents (.bak) when MyTorrent->remove + delete [Parg]
  562. BUGFIX: UI   | # Column now on by default again [TuxPaper]
  563. BUGFIX: UI   | Fix for Bug #966867: Context Menu not appearing after setting up columns on Linux [TuxPaper]
  564. BUGFIX: UI   | IP column now sorts by hex groups [TuxPaper]
  565. BUGFIX: UI   | Fix for .torrent icons with new Azureus.exe [Parg]
  566. BUGFIX: UI   | Fix for text color on some Table cells not moving when row moved [TuxPaper]
  567. BUGFIX: UI   | Moving torrent from Uncategorized category to new category now removes the row from the display [TuxPaper]
  568. BUGFIX: UI   | Fix for empty table rows appearing in Peers Details tab and Pieces tab [TuxPaper]
  569. BUGFIX: UI   | Windows : Tray Icon should come back after explorer crash (needs latest SWT build) [SWT team, Gudy]
  570. BUGFIX: UI   | 192 bytes memory leak fixed on OSX [SWT Team, Gudy]
  571.  
  572.  
  573.  
  574. 30.05.04 | Azureus 2.1.0.0
  575.  
  576. FEATURE: Core | Ability to limit global download speed [Parg]
  577. FEATURE: Core | Added ability to automatically exclude files when making torrents (e.g. .DS_Store & Thumbs.db) [Parg]
  578. FEATURE: Core | Caching of peer info to disk for quick restarts if tracker is unavailable [Parg]
  579. FEATURE: Core | Detection of plugin updates [Parg]
  580. FEATURE: Core | HTTP scrapes to same tracker combined into one request if tracker supports it [TuxPaper]
  581. FEATURE: Core | Support for scraping trackers like http://tracker.boxtorrents.com:6969/ that scrape with /scrape but don't have "announce" in announce URL [Parg]
  582. FEATURE: Core | Tracker connections proxy support (peer connections not supported yet) [Nolar]
  583. FEATURE: Core | UDP authentication protocol added [Parg]
  584. FEATURE: Core | UDP tracker version 2 support added [Parg]
  585. FEATURE: Core | Generic update mechanisms for core, updater and swt [Parg/Gudy]
  586. FEATURE: Core | Support for loading user-specific plugins from user dir and shared ones from app dir [Parg]
  587. FEATURE: Dev  | Column management for any of Azureus' table views. [TuxPaper]
  588. FEATURE: Dev  | Easy to use "basic plugin view": see PluginInterface::getUIManager::getBasicPluginViewModel [Parg, Gudy]
  589. FEATURE: UI   | Ability to upload torrents with xml/http interface [Parg]
  590. FEATURE: UI   | All columns sortable and configurable [TuxPaper]
  591. FEATURE: UI   | Added "Remaining", "DLing For" (time) and "Seeding For" (time) columns to "My Torrents" [TuxPaper]
  592. FEATURE: UI   | Added option to auto-update language file from web (Config -> Interface -> Language) [TuxPaper]
  593. FEATURE: UI   | Added option to show transfer rates in bits/sec [Parg]
  594. FEATURE: UI   | In the Details view, the peer's pieces that we already have are shown in a faded color [TuxPaper]
  595. FEATURE: UI   | Linux system tray support [Gudy]
  596. FEATURE: UI   | MyTracker row right-click support for copying torrent URL to clipboard [Parg]
  597. FEATURE: UI   | Right-click menu sorting of columns (Sorting for OSX) [TuxPaper]
  598. FEATURE: UI   | Send text in My Torrents to clipboard [TuxPaper]
  599. FEATURE: UI   | When torrent data is missing, you can change directory via the context menu [TuxPaper]
  600. FEATURE: UI   | OSX : About and Preferences items are listed under 'Azureus' menu [Gudy]
  601. FEATURE: UI   | Added an option not to use units bigger than MB [Gudy]
  602. FEATURE: UI   | Option to show peer host names instead of IP address [Parg]
  603. FEATURE: UI   | Embedded tracker IP blocks shown in Blocked IPs List [Parg]
  604. FEATURE: WebUI| Web Plugin now can set upload rate [Parg]
  605. FEATURE: WebUI| Web Plugin support for uploading torrents [Parg]
  606. FEATURE: WebUI| Webui + xml/http "access" property support for IP range [Parg]
  607. FEATURE: WebUI| Webui + xml/http plugins have had basic plugin view added [Parg]
  608.  
  609. CHANGE:      | IRC and Tracker Web Pages moved to separate plugin [Parg]
  610. CHANGE: Core | Auto-imported .torrent files are moved (not copied) to default .torrent save dir if enabled [Nolar]
  611. CHANGE: Core | Auto-imported .torrent files are renamed *.imported if default .torrent save dir is not enabled [Nolar]
  612. CHANGE: Core | Can set per-torrent and global peer connection limits [Nolar]
  613. CHANGE: Core | Config/pref/torrent file saving uses intermediate .saving file for more reliability [Nolar]
  614. CHANGE: Core | Currently-connected peer connections are dropped when IPFilter is enabled [Nolar]
  615. CHANGE: Core | File descriptor handles increased from default of 256 to 8192 under OSX [Nolar]
  616. CHANGE: Core | Ignore Share Ratio can now be non-integer [TuxPaper]
  617. CHANGE: Core | New SHA-1 hasher: up to 25% faster [Gudy / Nolar]
  618. CHANGE: Core | Scrape interval now based on # of seeds (15min minimum) [TuxPaper]
  619. CHANGE: Core | Socket writes now done in full MSS-sized chunks [Nolar]
  620. CHANGE: Core | Upload limit can now be set less than 5KB/sec. However, doing so limits download speed too [Parg]
  621. CHANGE: Core | User config/pref/plugins dir culled from Windows' Registry (needs aereg.dll) [Parg]
  622. CHANGE: Core | OSX user- pref/plugin dir moved from ~/Library/Azureus/ to ~/Library/Application Support/Azureus/ to meet osx standards [Nolar]
  623. CHANGE: Core | Unix user- pref/plugin dir moved from ~/Azureus/ to ~/.Azureus/ to meet unix standards [Nolar]
  624. CHANGE: UI   | All progress/piece bars re-done (again) [TuxPaper]
  625. CHANGE: UI   | Azureus should work with SWT 2.12 until we break backwards compat. again [TuxPaper]
  626. CHANGE: UI   | Shrink "My Torrents" Context menu [TuxPaper]
  627. CHANGE: UI   | Systray4j removed: system tray support now from SWT built-in code (Requires SWT-M8+) [Gudy]
  628. CHANGE: UI   | Torrent name shown with IPs in the blocked-IPFilter list [Nolar]
  629. CHANGE: UI   | The Donation Window is now Closeable using the 'Esc' Key [Gudy]
  630. CHANGE: UI   | In the Donation Window the OK button should be on top of other Controls [Gudy]
  631. CHANGE: UI   | Added a "what's new" item in help menu, pointing to changelog for current version [Gudy / Gouss]
  632.  
  633. BUGFIX: Core | Files incorrectly shared if contents not a torrent when opening [Parg]
  634. BUGFIX: Core | First Priority rules based on time now work across sessions [TuxPaper]
  635. BUGFIX: Core | Fix for saving of .torrent file in wrong dir: Bug #916137 [Nolar]
  636. BUGFIX: Core | Fix for some discarded data due to occasional duplicate request [Nolar]
  637. BUGFIX: Core | Fix for system clock changes stalling downloads: Bug #918193 [Nolar]
  638. BUGFIX: Core | Fix for system clock running faster when using Azureus [Nolar]
  639. BUGFIX: Core | Fix for underlying socket handles not closing under linux ("Too many open files") [Nolar]
  640. BUGFIX: Core | Individual file priorities remembered after Stop-Start [Nolar]
  641. BUGFIX: Core | Multiple shares of same resources causing problems (e.g. share contents+share contents recursive of same dir) [Parg]
  642. BUGFIX: Core | Simpler and more reliable file allocation...won't b0rk existing data [Nolar]
  643. BUGFIX: Core | Re-check on completion no longer sends Have messages [Nolar]
  644. BUGFIX: UI   | Fix for the General View in a torrent details, not being layout correctly [Gudy]
  645. BUGFIX: UI   | Fix for the toolbar on linux / OS X [Gudy]
  646. BUGFIX: UI   | Fix for the Torrent Maker not getting the correct Tracker when choosing from the Combo on OS X [Gudy]
  647. BUGFIX: UI   | Fix for the Freeze on exit under OSX [Gudy]
  648.  
  649.  
  650.  
  651.  
  652.  
  653. 16.03.04 | Azureus 2.0.8.4
  654.  
  655. CHANGE: WebUI plugin included in mainline (see http://azureus.sf.net/CVS/web.interface.howto.htm) [Parg]
  656. CHANGE: Much more reliable SF mirror auto-update handling [Nolar]
  657.  
  658. BUGFIX: Fix for loading .torrent files via web-browser/shell/doubleclick/etc [Nolar]
  659.  
  660.  
  661.  
  662. 15.03.04 | Azureus 2.0.8.2
  663.  
  664. FEATURE: Show last time IPFilter list was updated in status area [Parg]
  665. FEATURE: Support for "compact" tracker announce protocol [Parg]
  666. FEATURE: Support for "key" tracker announce protocol [Parg]
  667. FEATURE: Download Speed column in "My Torrents" turns red if below speed set in Queue config. [TuxPaper]
  668. FEATURE: Webplugin swing ui has status area with total ul/dl [Parg]
  669. FEATURE: XML over HTTP remote plugin interface (initially to support GTS) - mail parg@users.sf.net for details [Parg]
  670.  
  671. CHANGE: All config/pref files utilize .bak backup files [Parg]
  672. CHANGE: Option to limit outstanding disk writes and piece hash checks [Parg]
  673. CHANGE: Can delete shares in QUEUED state [Parg]
  674.  
  675. BUGFIX: Fix of startup issues under Win95/98/Me [TuxPaper]
  676. BUGFIX: Locale-specific dir creation [Parg]
  677. BUGFIX: Hebrew language works now [TuxPaper]
  678. BUGFIX: Fixed long load times under Linux of Configuration view and General tab [TuxPaper]
  679. BUGFIX: Popup windows now center in main monitor on multi-monitor setups [TuxPaper]
  680. BUGFIX: Fix for Pieces and Files views off-by-one row drawing glitch under linux [TuxPaper]
  681. BUGFIX: Sort on Health and Availability now enabled [TuxPaper]
  682. BUGFIX: Various memory leaks (DiskManager instances not being freed) [Parg]
  683.  
  684.  
  685.  
  686. 08.03.04 | Azureus 2.0.8.0
  687.  
  688. FEATURE: QUEUED status. Torrents that are queued are stopped, but available for automatic starting [TuxPaper]
  689. FEATURE: Partial support for Read-Only data (for seeding) [TuxPaper]
  690. FEATURE: Added "Forced-Start" to force a torrent to start, ignoring download limits or seeding rules [TuxPaper]
  691. FEATURE: Auto-positioning of finished torrent based on how badly the torrent needs seeding [TuxPaper]
  692. FEATURE: Added Availability, Seeding Rank, SavePath, Max # Uploads, and Total Speed columns to My Torrents view [TuxPaper]
  693. FEATURE: Categories to group your torrents in (right click on My Torrents and select Set Category to get started) [TuxPaper]
  694. FEATURE: More auto-seeding options [TuxPaper]
  695. FEATURE: Ability to limit maximum number of file handles open/in-use at any given time [Parg]
  696. FEATURE: Tracker - various performance enhancements such as announce/scrape caching. Tested to 500,000 peers on single torrent [Parg]
  697. FEATURE: Tracker activity logging to %azhome%/tracker.log [Parg]
  698. FEATURE: Tracker bytes in/out + scrapes recorded [Parg]
  699. FEATURE: Tracker - ability to limit number of peers returned [Parg]
  700. FEATURE: Share ratio now shown on tracker web pages [Parg]
  701. FEATURE: Tracker/client support for "no_peer_id" spec for bandwidth savings [Parg/Nolar]
  702. FEATURE: More plugin stuff - alert raising, ipfilter reloading, various other stuff [Parg]
  703. FEATURE: Applet UI enhanced into usable state (start/stop/add/remove downloads) + auto refresh [Parg]
  704. FEATURE: Added torrent hashes for G2 + ED2K (ala http://www.torrentaid.com/) [ Parg]
  705. FEATURE: Added colours to file view to show: grey -> requested; red -> data recently written [Parg]
  706.  
  707. CHANGE: Split torrents in My Torrents view into 2 lists: Downloading and Seeding (Completed) [TuxPaper]
  708. CHANGE: STOPPED status now means the torrent never auto-starts [TuxPaper]
  709. CHANGE: Moved icon from Rank column to Name column [TuxPaper]
  710. CHANGE: Removed Lock Priority.  No longer an issue since priority only gets autochanged once [TuxPaper]
  711. CHANGE: Remove "Lock Start/Stop" menu option.  Stop now means no auto-starting/stopping [TuxPaper]
  712. CHANGE: Re-design of Configuration view [TuxPaper]
  713. CHANGE: Language files (MessagesBundle_xx_XX.properties) are read in the following order: Azureus user directory, Azureus application directory, JAR file [TuxPaper]
  714. CHANGE: Remember sorted column and order for all views [TuxPaper]
  715. CHANGE: Core performance optimizations and major cpu usage reductions [Nolar]
  716. CHANGE: User prompt when (1) tracker listens fails (2) incoming server port bind fails [Parg]
  717. CHANGE: Config files/dirs and plugins now stored in OS user dir (Win: C:\Documents and Settings\username\Application Data\Azureus\, OSX: /Users/username/Library/Azureus/, Linux: /home/username/Azureus/) [Nolar]
  718. CHANGE: Tracker log now includes date as well as time [Parg]
  719.  
  720. BUGFIX: Once a torrent is complete, and you remove the data, it wil no longer start downloading again when seeding rules are on [TuxPaper]
  721. BUGFIX: 1st column of MyTorrents no longer has a gap if there's no icon. (Windows Only Bug) [TuxPaper]
  722. BUGFIX: Fix for download stalls at 99% / 100% cpu usage bug introduced in 2070 [Parg/Gudy] 
  723. BUGFIX: Fix for minimize/close causing the program to disappear from view under OSX [Nolar]
  724. BUGFIX: Fix for icon bar buttons not being flat (Bug #890166) [Gudy]
  725. BUGFIX: More reliable .config and .torrent file save/load management [Nolar]
  726. BUGFIX: Better handling of failures when performing "move on complete" [Parg]
  727. BUGFIX: Handle torrent file names with trailing spaces and CR/NL (from Mac) [Parg]
  728.  
  729.  
  730. 02.02.04 | Azureus 2.0.7.0
  731.  
  732. FEATURE: Under Linux + GTK, added an option to setup a vertical offset to re-align graphics [Gudy]
  733. FEATURE: SSL tracker client now gives option to import certificate rather than manually doing so via "keytool" [Parg]
  734. FEATURE: Start All Downloads option on tray icon [Nolar]
  735. FEATURE: Support for trackers that do not return peerIDs on announce [Parg]
  736. FEATURE: Sharing - allows files/dirs/dir contents (recursive) to automatically have torrents created for them and torrents hosted
  737.          The shared resources will automatically have their torrents recalculated if they change (over Azureus restart) [Parg]
  738. FEATURE: Tracker allows number of peers returned to be limited [Parg]
  739. FEATURE: Experimental UDP tracker protocol (see Config->Tracker->Extensions). Azureus client/tracker supports this, as does the XBT tracker (http://sourceforge.net/projects/xbtt/) [Parg]
  740. FEATURE: Tracker support for GZIP encoding [Parg]
  741. FEATURE: Tracker support for multiple pages [IAmChrist]
  742. FEATURE: Tracker pages skinable by placing pages in %azhome%/web [Parg]
  743. FEATURE: Major extensions to plugin interfaces [Parg]
  744. FEATURE: Simple Swing based remote admin interface (over SSL+password auth) - email parg@users.sourceforge.net for details [Parg]
  745. FEATURE: Click on hash in general view to copy hash to clipboard [Parg]
  746.  
  747. CHANGE: Azureus now identifies itself via User-Agent in tracker http communications [Nolar]
  748. CHANGE: Less flickering, on all platforms (tested on both windows and linux+GTK) [Gudy]
  749. CHANGE: Azureus now responds as Server: Azureus <version> in tracker http comms [Parg]
  750. CHANGE: Unwritten blocks in Pieces view shown in red [Gijs Overvliet]
  751. CHANGE: Prioritizing first piece of file(s) now optional in config [Nolar]
  752. CHANGE: Confirmation on data deletion now optional in config [Nolar]
  753. CHANGE: More intelligent announce url '&numwant=' handling [Nolar]
  754. CHANGE: On tracker announce errors, retry interval now uses exponential backoff [Nolar]
  755. CHANGE: Removed multi-port listening, as shared single port is far superior [Nolar]
  756. CHANGE: More reliable .config and .torrent file writing [Nolar]
  757. CHANGE: Tracker scraper now honors a 'flags: min_request_interval' response [TuxPaper]
  758. CHANGE: Plugins can be initialised from plugin.properties freestanding (not just in .jar file) [Parg]
  759.  
  760. BUGFIX: Problem with tracker not responding with "Connection: close" causing SSL session maintainance with HttpsURLConnection to stuff up and fail clients with "recv fail" [Parg]
  761. BUGFIX: Fast resuming with Chinese directories: Bug #869749 [Parg]
  762. BUGFIX: System tray icon re-shown after explorer.exe crash (again) [Rele]
  763. BUGFIX: Fix for potential memory leaks [Nolar]
  764. BUGFIX: Fix for stalled piece writing [Gijs Overvliet]
  765. BUGFIX: Fix for .torrent file data not being fully written on shutdown [Parg]
  766. BUGFIX: Fix for OutOfMemoryError in DiskManager: Bug #865553 [TuxPaper]
  767. BUGFIX: Fix for 'Open a URL' downloading of .torrent file which contains white spaces: Bug #878990 [Parg]
  768. BUGFIX: Fix for Fast Resume with Chinese torrents: Bug #878015 [Parg]
  769. BUGFIX: Fix for excess thread creation when tracker does not support single-infohash scrapes [Nolar]
  770. BUGFIX: Fix for hash checking 0-byte files: Bug #853126 [Nolar]
  771. BUGFIX: Fix for opening files via Files tab when using MoveOnComplete: Bugs #860822, #878795 [Nolar] 
  772. BUGFIX: Fix for 100% cpu usage after network disconnect/reconnect: Bugs #873957, #879498 [Nolar]
  773. BUGFIX: Fix for downloaded blocks not being written to disk, due to write-thread stall under high load [Nolar]
  774. BUGFIX: Fix for various non-unicode torrent encoding issues regarding resume data [Parg]
  775.  
  776.  
  777.  
  778. 19.12.03 | Azureus 2.0.6.0
  779.  
  780. FEATURE: Intelligent Tracker Checking: optimizes tracker re-ask interval for quicker download speed ramp up [Nolar]
  781. FEATURE: Azureus can now run all downloads off one shared incoming port: only need to open/forward one port in your firewall/NAT [Parg]
  782. FEATURE: Drag-n-Drop moving of downloads in MyTorrents; moving of downloads in MyTorrents with Ctrl + Arrow-Up/Down [Rele]
  783. FEATURE: Password protected access to tracker web and torrents [Parg]
  784. FEATURE: GUI Update interval is configurable [Gudy]
  785. FEATURE: Images update interval is configurable [Gudy]
  786. FEATURE: Auto sort on tables possible, interval configurable [Gudy]
  787. FEATURE: MyTorrents view can now be customized (choice of columns and order) [Gudy]
  788. FEATURE: Added new columns to MyTorrents : 'Share Ratio', 'Downloaded', 'Uploaded', 'Health' [Gudy]
  789. FEATURE: Details view can now be customized (choice of columns and order) [Gudy]
  790. FEATURE: SSL now supported for tracker web and tracker updates [Parg]
  791. FEATURE: Added Drag and Drop of URLs [Rele]
  792. FEATURE: Multi-Trackers torrents can now be created/edited [Gudy]
  793. FEATURE: Menu option to force a re-check of downloaded data [Nolar]
  794. FEATURE: End-Game Mode: Completes the last few pieces of a download faster [Gudy]
  795. FEATURE: Attempts to download the very beginning of a file first - to support previewing [Nolar]
  796. FEATURE: IPFiltering stats shown in status bar [Gudy]
  797. FEATURE: Toolbar! [Gudy]
  798. FEATURE: Logging of console output to disk [Parg]
  799. FEATURE: Option to confirm on exit [Rele]
  800. FEATURE: Bad Peer Detection [Gudy]
  801. FEATURE: Inclusion of XSL stylesheed tag in stats XML file [Parg]
  802. FEATURE: Editing and selection of tracker announce URLs from general view [Gudy]
  803. FEATURE: Plugin interface for tracker web serving [Parg]
  804. FEATURE: HTML template (http://html-tmpl-java.sourceforge.net/) support for tracker web serving from %az_home%/web folder [Parg]
  805. FEATURE: Opening a second torrent with same hash as existing download causes second torrent's announce urls to be merged into the first [Parg]
  806. FEATURE: Option to not accept multiple connections from the same IP [Gudy]
  807. FEATURE: Option to use the IP Filter list as an 'ALLOW' list [Gudy]
  808. FEATURE: Super-Seed Mode [Gudy]
  809. FEATURE: Pressing a character selects the next download with a name beginning with this character in MyTorrents view [Rele]
  810. FEATURE: Option to move-on-complete only when data is inside the default save dir [Nolar]
  811. FEATURE: Auto-import new .torrents from a chosen folder regularly [Rele]
  812. FEATURE: Create torrent allows manual piece size selection [Parg]
  813. FEATURE: New 'Activity' view (download and upload speed graphics) [Gudy]
  814. FEATURE: Gzip encoding support for tracker announces [Parg]
  815. FEATURE: Tray icon: added Stop All Torrents [Rele]
  816. FEATURE: If .torrents are dropped in COPY state (with modifier key Ctrl under Windows), they will begin in STOPPED state [Rele]
  817. FEATURE: Ctrl + [Home/End/CursorUp/CursorDown] moves selected torrents to top/end/up/down, "Del" removes selected torrents [Rele]
  818. FEATURE: Ctrl + [S/R] stops/resumes(starts) selected torrents, Ctrl+Shift+S stops all torrents, Ctrl+A selects all torrents [Rele]
  819. FEATURE: Option to backup .torrent files [Rele]
  820. FEATURE: Option to play a sound on download finish [Rele]
  821. FEATURE: Download Basket: TrayWindow always visible for Drag-n-Drop of .torrents [Rele]
  822. FEATURE: Clickable Tracker URL in Details/General copies the announce URL into clipboard [Rele]
  823. FEATURE: Tab hot keys: F6 selects next Tab, Shift+F6 selects previous Tab, ESC or CTRL+F4 closes current Tab [Rele]
  824. FEATURE: Extended Plugin interface [Parg,Gudy]
  825.  
  826. CHANGE: 'Bind to local IP address' now binds outbound sockets as well [Nolar]
  827. CHANGE: Status now shows when it is re-checking pieces on download completion [Nolar]
  828. CHANGE: URL dialogs are initialized with the first valid link beginning with http:// from clipboard [Rele]
  829. CHANGE: Under linux, only use ~/.azureus dir if it already exists, otherwise use normal program dir for files [Nolar] 
  830. CHANGE: Auto-update: now writes a log to an 'update.log' file [Nolar]
  831. CHANGE: Option to disconnect seeds when seeding is now checked by default [Gudy]
  832. CHANGE: FilesView now shows files even in other states than Downloading (configurable) [Rele]
  833. CHANGE: Updated/additional menu buttons [Gudy]
  834. CHANGE: Some speed optimizations with piece-picking [Nolar]
  835. CHANGE: Generated PeerID only uses chars that don't need to be escaped, saving bandwidth for tracker communications [Nolar]
  836. CHANGE: Can now identify BitComet, TurboBT, LibTorrent clients [Nolar]
  837. CHANGE: Support for both SI byte units (KiB,MiB,GiB) and more well known, but incorrect KB/MB/GB units via config Interface param [Parg]
  838. CHANGE: locale choice can force prompt via new config param on "File" tab [Parg]
  839.  
  840. BUGFIX: 'Re-check pieces when done' now always ignores fast-resume data: Bug #825881 [Nolar]
  841. BUGFIX: Fix some decoding bugs in Chinese torrent files due to missing locale encodings in dialog box [Akilgard]
  842. BUGFIX: System tray icon re-shown after explorer.exe crash [Rele]
  843. BUGFIX: Completed downloads shown in different color when Stopped [Nolar]
  844. BUGFIX: Fix possible data loss when moving complete files if not enough free space avail: Bug #855284 [Nolar]
  845. BUGFIX: Fix for the incremental vs allocate choice in Config [Gudy]
  846. BUGFIX: DNS lookups are no longer cached for ever [Parg]
  847. BUGFIX: OSX: Hang when closing: Bug #824459 [Nhilep]
  848.  
  849.  
  850. 20.11.03 | Azureus 2.0.4.2
  851.  
  852. FEATURE: Added tooltip general support [Gudy]
  853. FEATURE: Default torrent encoding selection added to Config->File [Parg]
  854. FEATURE: Public tracker support - config item allows external use of tracker [Parg]
  855.  
  856. CHANGE: Full scrape of embedded tracker now supported as SN requires this for hosting [Parg]
  857. CHANGE: Better peer client identification [Nolar]
  858. CHANGE: Added AZ version + torrent size to stats [Parg]
  859. CHANGE: Added 'comment' field to torrent create [Parg]
  860. CHANGE: Moving of .torrent to completed dir now optional [Nolar]
  861. CHANGE: Additional upload speed options [Nolar]
  862. CHANGE: Cleanup of Configuration tabs [Nolar]
  863. CHANGE: Rewrite of locale selection code for torrents. Only one encoding allowed per torrent [Parg]
  864. CHANGE: File->Open... now opens to the default download/torrent dirs set in config [Parg]
  865. CHANGE: ETA/TimeRemaining now uses just two significant measures, and "kB" changed to "KB"  [Nolar] 
  866.  
  867. BUGFIX: Torrent hosting - resetting of tracker url to original after hosting cancelled [Parg]
  868. BUGFIX: Allow for torrent files with '.tor' extention [Nolar]
  869. BUGFIX: Renamed file not reused after torrent Stop-Start: Bug #842750 [Nolar]
  870. BUGFIX: No longer deletes files if the 'completed' dir points to the download dir: Bug #842896 [Nolar]
  871. BUGFIX: Fast resume data no longer duplicated [Nolar]
  872. BUGFIX: File 'downloads.config' kept better up-to-date [Nolar]
  873. BUGFIX: % Completed is now correct again in MyTorrents view on stopped downloads [Gudy]
  874. BUGFIX: Non-UTF8 encoded 'comment' fields in torrents not showing properly [Parg]
  875. BUGFIX: Some dead-lock issues (especially on startup) [Gudy]
  876. BUGFIX: Better recovery on connection closing [Nolar]
  877. BUGFIX: Uncleaned buffers in peer handling code [Nolar]
  878. BUGFIX: Outgoing message correctness verification [Nolar]
  879. BUGFIX: Text scroll is now ok in irc view [Gudy]
  880. BUGFIX: Size is now displayed even when the torrent is stopped [Gudy]
  881. BUGFIX: Sorting by 'Discarded', 'Overall Down Speed', 'Stat Up' in Details view [Nolar]
  882. BUGFIX: Torrent 'discarded' and 'hash fails' now remembered between sessions [Nolar]
  883. BUGFIX: Corrected sorting by DownSpeed, UpSpeed, ETA in MyTorrents view [Nolar]
  884. BUXFIX: Irc input text area gets focus correctly now [Gudy]
  885. BUXFIX: On Windows bundle, systray4.dll as been updated to support chinese characters [evilcai]
  886.  
  887.  
  888.  
  889. 13.11.03 | Azureus 2.0.4.0
  890.  
  891. FEATURE: Disable (per torrent) the auto priority setting when seeding [Gudy]
  892. FEATURE: Disable (per torrent) the rules to start / stop a seeding torrent [Gudy]
  893. FEATURE: Move files to a directory upon completion [Nolar]
  894. FEATURE: Slowly establish new connections to peers (for those with internet disconnection issues) [Nolar]
  895. FEATURE: Bind to local IP address [Nolar]
  896. FEATURE: Export/import torrent file to/from XML file [Parg]
  897. FEATURE: Export of runtime statistics to XML file [Parg]
  898. FEATURE: Hosting of torrents using built-in tracker [Parg]
  899. FEATURE: Trackers used in the 'make torrent' wizard are now remembered.
  900. FEATURE: Embedded tracker [Parg]
  901. FEATURE: Enhanced peer client identification [Nolar]
  902. FEATURE: Publishing of torrents to tracker (as opposed to hosting them) [Parg]
  903. FEATURE: Choosable color for the progress bars [Gudy]
  904. FEATURE: Plugin support [Gudy]
  905. FEATURE: Open a torrent file without using the default save location [Gudy]
  906. FEATURE: Added a FAQ and a Donate link in Help menu [Gudy]
  907. FEATURE: New languages : Brazilian-Portuguese, Czech, Lithuanian [Gouss - Translators]
  908.  
  909. CHANGE: Some GUI Changes, so that SWT WinXP theme is better supported [Gudy]
  910. CHANGE: Saving of torrent files to central dir now optional [Nolar]
  911. CHANGE: Checking after crash now remembers Fast Resume data [Nolar]
  912. CHANGE: Internal refactorization of core classes [Parg]
  913. CHANGE: More logging of reasons for connection closed [Gudy]
  914.  
  915. BUGFIX: Fixed snub/unsnub multiple peers on the peers list [Gudy]
  916. BUGFIX: Save file dialog now opens as a 'save' dialog, and not 'open' (for OSX) [Gudy]
  917. BUGFIX: DNS name resolution caching no longer infinite [Nolar]
  918. BUGFIX: Better recovery checking of partially-allocated files [Nolar]
  919. BUGFIX: Re-check file(s) integrity after completion [Nolar]
  920. BUGFIX: Max torrent file size was limited to 1MB - limit removed [Parg]
  921. BUGFIX: Fix for several exceptions thrown during socket reads/writes [Nolar]
  922. BUGFIX: Fix for exception thrown when peer sends an invalid bitfield [Nolar]
  923. BUGFIX: AZ was reporting cumulative upload/download stats to tracker - should be per session [Parg]
  924. BUGFIX: Fix for handling single data files larger than 2GB [Nolar]
  925. BUGFIX: Corrected socket writing [Gudy]
  926. BUGFIX: Weren't sending "complete" event to tracker on download->seeding transition [Parg]